home *** CD-ROM | disk | FTP | other *** search
Text File | 1998-04-16 | 545 b | 33 lines | [TEXT/CWIE] |
- // HFSStorage.h
- // Copyright: © 1994 - 1998 by Apple Computer, Inc., all rights reserved.
-
-
- #pragma once
- #ifndef HFSStorage_h
- #define HFSStorage_h
-
- #pragma import on
-
- #if PRAGMA_STRUCT_ALIGN
- #pragma options align=power
- #endif
-
- #include "IAStorage.h"
-
- #include <Types.h>
-
- #pragma IA_BEGIN_EXPORTS
-
- IAStorage* MakeHFSStorage(short vRef, long dirId, const StringPtr name,
- OSType creator = 'VTWN', OSType fileType = 'STOR');
-
- #pragma IA_END_EXPORTS
-
- #if PRAGMA_STRUCT_ALIGN
- #pragma options align=reset
- #endif
-
- #pragma import reset
-
- #endif
-